home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / dlx70bbs.zip / DLX70SRC.ZIP / LOAD.PAS < prev    next >
Pascal/Delphi Source File  |  1994-01-19  |  367b  |  20 lines

  1. {$debug-}
  2. {$line-}
  3.  
  4. {$include: 'types.int'}
  5. {$include: 'load.int'}
  6.  
  7. IMPLEMENTATION OF load;
  8.  
  9. USES types;
  10.  
  11. {DLX Bulletin Board System V7.0
  12.  
  13.  FREEWARE NOTICE
  14.  
  15.  DLX V7.0 is placed in the public domain by its author, Richard Gillmann.
  16.  Anyone who wishes to may run the program, copy it, or modify it for
  17.  any purpose, including commercial gain.}
  18.  
  19. END.
  20.